home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3394 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.7 KB  |  78 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. References: <9601271304.AA0007w@cliffe.demon.co.uk> 
  3. X-Newsreader: MicroDot 1.11beta16 [REGISTERED 004e3f]
  4. Mime-version: 1.0
  5. Content-Type: text/plain; charset=iso-8859-1
  6. Content-Transfer-encoding: QP
  7. Path: black-z.commo.mcnet.de!tecmania.mcnet.de
  8. X-Gateway: ZCONNECT UE rudisbox.rb.org [PolyNet zTOr V5.110 Serie: "retrax"]
  9. Subject: Re: A4000
  10. Message-ID: <xGkY5MD4E3FaUz1@asparagus.tecmania.mcnet.de>
  11. Date: Thu,  8 Feb 96  0:00:00 GMT
  12. Organization: unorganisierter geht's nimmer...
  13. X-ZC-TELEFON: V+49-6021-412696
  14. X-ZC-POST: Merlostraße 5a · 63741 Aschaffenburg
  15. From: ASPARAGUS@tecmania.mcnet.de (Michael Bergmann)
  16.  
  17. It was about 13:04:51 o'clock on 27.01.1996, when steve@cliffe.demon.co.uk (Steven Chapman )
  18. was writing something about "A4000"...
  19.  
  20.  
  21. > Sorry about the file News item.
  22. >  
  23. > This has been copied out of the Complete Amiga C book from
  24. > Amiga Shopper and cashes A4000/30 and A4000/40 when run.
  25. > But if fastmem is turned off runs as it should.
  26. > Any idea's or could this be a mother board fault with A4000's.
  27. > Have suppied Executable and source (Complie via SAS).
  28. > Steve C.
  29.  
  30. This behaviour also occures when compiled with Storm-C Beta7, Maxon-C,
  31. and GCC v2.7.
  32.  
  33. What's happening is a WORD READ to in-use memory areas.
  34. I recompiled this with DEBUG=SYMBOLFLUSH MATH=68881, #including
  35. <m68881.h> under SAS v6.56, with the same result - the A4k crashes
  36. with a GURU #80000004, sometimes #8000000B.
  37. Also, this does'nt happen if the fastmem is turned off. Strange...
  38.  
  39. Using CodeProbe, I came to the point that it must be an error in your
  40. function "char selection(char lower, char upper)", after a quick view,
  41. I suspect the variable "input" to cause the crash. Don't have the time
  42. to verify this right now -  have to take off for a little
  43. money-earning...
  44.  
  45. Here's the CyberGuard(Enforcer)-output caused by the program:
  46.  
  47. WORD-READ to  0045D320                  PC: 0045D320
  48. USP:  0846273C SR: 0000 FLSW: 01428200 TCB: 084606D8
  49. Data: 00000065 0000005A 00000000 00000000 00000000 00000000 00000000 00000000
  50. Addr: 0845D551 0842ED70 08413C06 084606D8 0842EB00 0842EDCC 0800EF1C 0846273C
  51. Stck: 00000061 00000065 0842EB00 7FFF0000 FFFFFFFF FFFFFFFF 084604A2 00000000
  52. Stck: 720023C1 084509C8 4E754E71 4A00671A 2C7AF41C B03C0001 660C700A 4EAEFDFC
  53. Name: "simplecalc4"   
  54. This is a BETA version.
  55. Ralph Schmidt laire@uni-paderborn.de
  56.  
  57.  
  58.  
  59. Regards,
  60.  _____________________________________________________________________________________
  61.                                     Michael Bergmann
  62.  Amiga 4000T . CS 060/50Mhz/CV 64 . 22MB RAM . Toccata . Kickstart v40.68 . WB v40.42
  63.  -------------------------------------------------------------------------------------
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.